projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f9b010
)
Avoid an unintented export
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 18 Sep 2012 17:36:35 +0000
(13:36 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 18 Sep 2012 17:54:22 +0000
(13:54 -0400)
GtkStyleCascade is entirely private, so don't leak any symbols.
gtk/gtkstylecascade.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecascade.c
b/gtk/gtkstylecascade.c
index 9ccd2f06de9cbe57f98e94a6ad64f5c2ac4dad86..9f54e37d13a56eb537e7916535e2a8595bf55bd9 100644
(file)
--- a/
gtk/gtkstylecascade.c
+++ b/
gtk/gtkstylecascade.c
@@
-172,7
+172,7
@@
gtk_style_cascade_get_color (GtkStyleProviderPrivate *provider,
return NULL;
}
-GtkCssKeyframes *
+
static
GtkCssKeyframes *
gtk_style_cascade_get_keyframes (GtkStyleProviderPrivate *provider,
const char *name)
{